Micron Document
🎖️GitЯра🎖️

Commit ccd7fcd45b45665a2c6fa59cf7ed61618e1be6c7


Parents : 2e7100c
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-05-28T13:20:05-07:00
Committer : GitHub <noreply@github.com>
Date : 2026-05-28T15:20:05-05:00

fix(ci): install JetBrains JDK 21 for lint-check job (#5649)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Changes

1 files changed, 1 insertions(+), 0 deletions(-)


Diff

diff --git a/.github/workflows/reusable-check.yml b/.github/workflows/reusable-check.yml
index 54588252ef..7a0a02b77f 100644
--- a/.github/workflows/reusable-check.yml
+++ b/.github/workflows/reusable-check.yml
@@ -109,6 +109,7 @@ jobs:
with:
gradle_encryption_key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
cache_read_only: ${{ needs.setup.outputs.cache_read_only }}
+ install_jetbrains_jdk: 'true'
- name: Lint, Analysis & KMP Smoke Compile
if: inputs.run_lint == true

Served by rngit 1.5.0 - Generated in 0.04s